home *** CD-ROM | disk | FTP | other *** search
/ Mac-Source 1994 July / Mac-Source_July_1994.iso / C and C++ / System / Sample 2.4 Think C distribution / unmount.h < prev    next >
Text File  |  1990-07-10  |  498b  |  15 lines

  1. /*______________________________________________________________________
  2.  
  3.     unmount.h - UnmountVol Patch Module Interface.
  4.     
  5.     Copyright © 1988, 1989, 1990 Northwestern University.  Permission is granted
  6.     to use this code in your own projects, provided you give credit to both
  7.     John Norstad and Northwestern University in your about box or document.
  8. _____________________________________________________________________*/
  9.  
  10. #ifndef __unmount__
  11. #define __unmount__
  12.  
  13. extern OSErr UNMOUNT (void);
  14.  
  15. #endif